projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc56f1
)
(struct glyph_string): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 13 Sep 2007 10:50:51 +0000
(10:50 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 13 Sep 2007 10:50:51 +0000
(10:50 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 7aab192448d971c8f2489bfd9faf2516ffbc65ac..6241b5aa2c558176c99c9a4aebaf013f570cc511 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1224,11
+1224,13
@@
struct glyph_string
*clip_tail, not including their overhangs. */
struct glyph_string *clip_head, *clip_tail;
+#ifdef USE_FONT_BACKEND
/* The current clipping areas. */
NativeRectangle clip[2];
/* Number of clipping areas. */
int num_clips;
+#endif /* USE_FONT_BACKEND */
struct glyph_string *next, *prev;
};